home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / ntls.zip / README < prev   
Text File  |  1993-03-06  |  1KB  |  44 lines

  1. ls - Windows NT directory listing utility
  2.  
  3. Author: Jon S. Whalen (c) 1993
  4.   internet: jon@hook.corp.mot.com
  5.   compuserve: 76665,3043
  6.  
  7. 6 March 1993
  8. Release 1.0 'ls.exe'
  9.  
  10.  
  11. DOCUMENTATION:
  12.  
  13.   It's a Unix ls work-alike, although some options are different
  14.   or absent. Use the '-?' command line argument for details. The
  15.   executable included is compiled for i386. It should be Unicode
  16.   compatible, but I haven't tested it.
  17.  
  18. ENVIRONMENT VARIABLES:
  19.  
  20.   <None>
  21.  
  22. ADDITIONAL OPTIONS:
  23.  
  24.   See DOCUMENTATION above.
  25.  
  26. IMPLEMENTATION:
  27.  
  28.   This was developed with the October beta release of Windows NT.
  29.   This is all new code, and uses the Win32 API, not POSIX. The
  30.   code is correct, to the best of my ability to test it, but not
  31.   particularly efficient.
  32.  
  33. AREAS FOR IMPROVEMENT:
  34.  
  35.   -The sorting routine is a hack. I should use a quick sort.
  36.   -Default display is alphabetic across (rather than down) columns.
  37.   -There should be an option to group directories together.
  38.   -There should be an option to list sub-directories recursively.
  39.   -There should be an option to display Creation or LastAccess time
  40.    instead of LastModify time in the long listing format.
  41.   -I'm sure there are other options that might be useful.
  42.    Maybe POSIXify it? (re: the command line args, I mean)
  43.  
  44.